* {
  margin: 0;
  padding: 0;
}

.c333 {
  color: #333333;
}

.c999 {
  color: #999999;
}

.font18 {
  font-size: 18px;
}

.font14 {
  font-size: 14px;
}

.fw400 {
  font-weight: 400;
}

.show_content {
  background: #f8f8f8;
}

.show_content_back {
  width: 100%;
  height: 500px;
  background: url(../images/background/showbanner.png);
  background-size: 100% 100%;
}

.show_title {
  width: 100%;
  height: 66px;
  margin: 92px 0 0px 0;
  position: relative;
  padding-left: 360px;
}

.show_content_main_title {
  position: relative;
  z-index: 11;
}

.main_text {
  position: absolute;
  top: -78%;
  left: 16%;
}

.tab_active {
  background: red;
}

.show_tab:after {
  content: "";
  display: block;
  clear: both;
}

.show_tab {
  position: absolute;
  bottom: 0;
  right: 150px;
  z-index: 12;
}

ul li {
  list-style: none;
}

.show_tab div {
  width: 86px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  list-style: none;
  float: left;
  margin: 0 10px;
  /* background: #abcdef; */
  border-radius: 5px;
}

.show_tab div.tab_active {
  background: linear-gradient(90deg, #0D72F7 0%, #2EB9FC 100%);
  color: #fff;
}

.show_content1:after {
  content: "";
  display: block;
  clear: both;
}

.show_content1 li {
  width: 1200px;
  /*height: 1400px;*/
  padding: 80px 20px 20px 20px;
  /* background: #ffffff; */
  /*display: none;*/
  /* margin-bottom: 60px; */

}

.show_content_list {
  position: relative;
  width: 380px;
  /*height: 340px;*/
}
.show_content_list .pot-box{
  width: 380px;
  height: 258px;
  /* background: rgba(10, 116, 223, 0.5); */
  background: url(../images/官网首页/beijing.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}
.show_content_list:hover .pot-box{
  display: block;
}
.show_content_list p {
  text-align: center;
  margin-top: 20px;
}

.show_content_list img {
  width: 380px;
  height: 258px;
  margin-bottom: 9px;
}

.show_content_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
}

@media screen and (max-width: 3000px) and (min-width: 901px) {
  .hearder-move{
    display: none;
  }
  .show_content-move {
    display: none;
  }
  .footer-move{
    display: none;
  }
  .background{
    display: none;
  }
}

@media screen and (max-width:900px) {
  .show_content {
    display: none;
  }
  .footer-top{
    display: none;
  }
  #content-move {
    width: 90%;
    margin: 0 auto;
  }
  .background {
    width: 100%;
    height: 105pt;
    background-image: url(../images/官网首页/inbannerb.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* display: flex;
    justify-content: center; */
    margin-bottom: 21pt;
  }
  .show_tab-move:after {
    content: "";
    display: block;
    clear: both;
  }

  .show_tab-move {
    /* height: 75pt; */
    display: flex;
    /* justify-content: space-between; */
    /* justify-content:space-around; */
    /* align-items: center; */
    /* justify-content: space-between; */
    flex-wrap: wrap
  }

  .show_tab-move div {
    /*width: 54pt !important;*/
    height: 30pt;
    line-height: 18pt;
    text-align: center;
    cursor: pointer;
    line-height: 30pt;
    border-radius: 5px;
    background: #ffffff;
    border-radius: 5pt;
    color: #2DB6FC;
    padding: 0 7px;
    /* margin-right: 7pt; */
    margin: 4pt;
  }



  /* .show_tab-move div {
    background: #EAF8FF;
    border-radius: 5pt;
    color: #2DB6FC;
  } */

  .tab_active-move {
    background: linear-gradient(90deg, #0D72F7 0%, #2EB9FC 100%) !important;
    color: #FFFFFF;
  }

  .tab_active-move a{
    color: #FFFFFF!important;
  }

  .show_tab-move div.tab_active {
    background: linear-gradient(90deg, #0D72F7 0%, #2EB9FC 100%);
  }

  /*  */
  .show_content1:after {
    content: "";
    display: block;
    clear: both;
  }

  .show_content1-move li {
  
    padding: 20px;
    /* background: #ffffff; */
    /*display: none;*/
    /* margin-bottom: 60px; */
  }

  .show_content1-move .show_content_box-move {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
  }

  .show_content1-move .show_content_list-move img {
    border-radius: 3pt;
    width: 108pt;
    height: 72pt;
  }

  .show_content1-move .show_content_list-move .cen {
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 3pt auto !important;
  }

  .show_content1-move .show_content_list-move .p-buttom {
    width: 108pt;
    height: 9pt;
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 9pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* word-wrap:break-word; */
    overflow: hidden;
  }
}